I am relatively new to dxl and I am real confused by my following code
Object object
for object in all current Module do
if level(object) == 1 then
{
string s = object."Object Heading"
string sub = "Section"
int offset = null
int length = null
string cat = ""
bool matchCase = false
bool reverse = false
section = ""
if(findPlainText(s,sub,offset,length,matchCase,reverse))
{
i = offset + 1
cat = "cat"
print length(cat)
}
}
TheDrizzle - Fri Jun 17 15:32:53 EDT 2011 |
Re: Why is this happening? |